home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / FUTURE.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  231b  |  11 lines

  1. @echo off
  2. echo Here is a listing of files modified/created after TODAY.
  3. echo.
  4. echo (There shouldn't be any of these, unless someone has deliberately set the
  5. echo date ahead.)
  6. echo.
  7. call presskey
  8. echo on
  9. ffg /p *:* /dT1-
  10.  
  11.